home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / TrendyCouple.swf / scripts / frame_8 / DoAction.as
Text File  |  2008-08-11  |  544b  |  32 lines

  1. but_next3.onRelease = function()
  2. {
  3.    _root.gotoAndStop(9);
  4. };
  5. if(ra == 0)
  6. {
  7.    rama1.gotoAndStop(2);
  8.    ra = 1;
  9. }
  10. _root["rama" + ra].gotoAndStop(2);
  11. fon_b1.onRelease = function()
  12. {
  13.    rama1.gotoAndStop(2);
  14.    rama2.gotoAndStop(1);
  15.    rama3.gotoAndStop(1);
  16.    ra = 1;
  17. };
  18. fon_b2.onRelease = function()
  19. {
  20.    rama1.gotoAndStop(1);
  21.    rama2.gotoAndStop(2);
  22.    rama3.gotoAndStop(1);
  23.    ra = 2;
  24. };
  25. fon_b3.onRelease = function()
  26. {
  27.    rama1.gotoAndStop(1);
  28.    rama2.gotoAndStop(1);
  29.    rama3.gotoAndStop(2);
  30.    ra = 3;
  31. };
  32.